home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / doc / scandisk / readme < prev    next >
Encoding:
Text File  |  2001-03-11  |  1.3 KB  |  35 lines

  1. Free ScanDisk
  2. -------------
  3. Copyright (c) Joe Cosentino 2000.
  4.  
  5. Overview
  6. --------
  7.   Free ScanDisk is a clone of the ScanDisk program that comes with
  8.   Microsoft MS-DOS 6.22 and Windows 9x.
  9.  
  10. Source code
  11. -----------
  12.   The source code is available under the terms of the GNU General Public
  13.   License (copying.txt).  If you want to use it in your programs, the
  14.   program you are writing must be released under the GNU GPL as well.  No
  15.   royalties are expected, although donations are always accepted :-).
  16.  
  17.   The source was compiled with Borland Turbo C++ 3.0 and NASM 0.98.  If you
  18.   want to compile the sources with other compilers, you may have to tweak
  19.   a couple of files to get it to work.
  20.  
  21. Making changes
  22. --------------
  23.   The rules of making changes are as follows:
  24.     1) You may not use this program or source code for financial gain.
  25.     2) You must leave the copyright notice intact.
  26.     3) Please document what you have done in the history file.
  27.     4) Don't make things harder than they already are.
  28.  
  29. Warranties
  30. ----------
  31.   This program comes as-is and without warranty of any kind.  The author of
  32.   this software assumes no responsibility pertaining to the use or misuse of
  33.   this software.  By using this software, the operator is understood to be
  34.   agreeing to the terms of the above.
  35.